auto merge of #711 : alexcrichton/cargo/issue-708, r=brson
authorbors <bors@rust-lang.org>
Fri, 17 Oct 2014 22:48:18 +0000 (22:48 +0000)
committerbors <bors@rust-lang.org>
Fri, 17 Oct 2014 22:48:18 +0000 (22:48 +0000)
commit8265914cdc4286af7804fa4ade75e7e240360506
treee954f3037da1c0c38e3366b9a27eef0892de6f5a
parent3743eb80dff87e245ff864376ae4a21d1170d924
parente05ee9980b6c29682b01982040da8ea481e0683f
auto merge of #711 : alexcrichton/cargo/issue-708, r=brson

I can't quite remember why this ifdef is present to silently run `make` as a
normal user, and it doesn't seem to work if `make install` is run while as root,
so I'm just removing it and requiring that `make` is run before `make install`
unconditionally.

Closes #708